home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 2000 July / macformat-092.iso / Broderbund Demo / DemoData / Mathwork / MATHWORK.Dxr / 00873.ls < prev    next >
Encoding:
Text File  |  1997-08-22  |  195 b   |  11 lines

  1. on mouseDown
  2.   global gDemoState
  3.   if gDemoState <> 1 then
  4.     doCloseButtonHilite()
  5.     if rollOver(the clickOn) = 1 then
  6.       setupPuppets(5, 7, 0)
  7.       go("credits")
  8.     end if
  9.   end if
  10. end
  11.